Class MobEntry

java.lang.Object
jeresources.entry.MobEntry

public class MobEntry extends Object
  • Method Details

    • create

      public static MobEntry create(Supplier<net.minecraft.world.entity.LivingEntity> entity, LightLevel lightLevel, int minExp, int maxExp, String[] biomes, LootDrop... drops)
    • create

      public static MobEntry create(Supplier<net.minecraft.world.entity.LivingEntity> entity, LightLevel lightLevel, String[] biomes, LootDrop... drops)
    • create

      public static MobEntry create(Supplier<net.minecraft.world.entity.LivingEntity> entity, LightLevel lightLevel, int exp, String[] biomes, LootDrop... drops)
    • create

      public static MobEntry create(Supplier<net.minecraft.world.entity.LivingEntity> entity, LightLevel lightLevel, int exp, LootDrop... drops)
    • create

      public static MobEntry create(Supplier<net.minecraft.world.entity.LivingEntity> entity, LightLevel lightLevel, int minExp, int maxExp, LootDrop... drops)
    • create

      public static MobEntry create(Supplier<net.minecraft.world.entity.LivingEntity> entity, LightLevel lightLevel, LootDrop... drops)
    • create

      public static MobEntry create(Supplier<net.minecraft.world.entity.LivingEntity> entity, LootDrop... drops)
    • create

      public static MobEntry create(Supplier<net.minecraft.world.entity.LivingEntity> entity, net.minecraft.world.level.storage.loot.LootTable lootTable)
    • create

      public static MobEntry create(Supplier<net.minecraft.world.entity.LivingEntity> entity)
    • getEntity

      public net.minecraft.world.entity.LivingEntity getEntity()
    • getMobName

      public String getMobName()
    • getDrops

      public List<LootDrop> getDrops()
    • getDropsItemStacks

      public List<net.minecraft.world.item.ItemStack> getDropsItemStacks()
    • hasMultipleBiomes

      public boolean hasMultipleBiomes()
    • getTranslatedBiomes

      public Stream<String> getTranslatedBiomes()
    • setDrops

      public void setDrops(Collection<LootDrop> drops)
    • getLightLevel

      public LightLevel getLightLevel()
    • getExp

      public String getExp()